build: Ensure all .sym files are distributed in tarballs
authorPhilip Withnall <withnall@endlessm.com>
Wed, 12 Jul 2017 12:58:16 +0000 (13:58 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 12 Jul 2017 13:04:32 +0000 (13:04 +0000)
commitf6ba20d9d6ce00b1fcaf0a877969554b922f4cd0
tree05c9105dcfc9c49823e7428ba976c85f5bb19f10
parentacb14648d7fee86932038a815f11e307e3e13052
build: Ensure all .sym files are distributed in tarballs

Since we’re using a custom variable for listing the .sym files,
automake’s magic support for automatically distributing all files in
conditionals doesn’t work, and the devel and experimental .sym files
were only being distributed if `make dist` was run on a source tree
which had been configured with --enable-experimental-api or not a
release flag.

Fix that by explicitly listing all the .sym files in EXTRA_DIST.

Specifically, this fixes the case of trying to compile with
--enable-experimental-api from a release tarball which was disted with
--disable-experimental-api.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Closes: #1001
Approved by: cgwalters
Makefile-libostree.am